home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18209 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: nyx.cs.du.edu!not-for-mail
  2. From: vputz@nyx.cs.du.edu (Victor Putz)
  3. Newsgroups: rec.games.programmer,comp.programming,comp.lang.c++,alt.msdos.programmer
  4. Subject: Re: Young programmers read me.
  5. Date: 19 Apr 1996 06:25:40 -0600
  6. Organization: University of Denver, Math/CS Dept.
  7. Message-ID: <4l80o4$8h6@nyx.cs.du.edu>
  8. References: <4l4ls7$coh@fountain.mindlink.net> <4l71kv$b21@newsserver.trl.OZ.AU>
  9. NNTP-Posting-Host: nyx.nyx.net
  10. X-Newsreader: NN version 6.5.0 #3 (NOV)
  11.  
  12. For what it's worth:
  13.  
  14. After maintaining a large project over a few years, the 
  15. maintenance simplicity and ease of updates I gained from
  16. a set and written programming style have been great, and
  17. one of the biggest improvements was the addition of
  18. pure-block formatting with braces around every conditional.
  19. At least in my case, it really is a very large improvement
  20. in readability and maintainability.
  21.  
  22. I don't do assignments in conditionals either.  And you
  23. know what?  The difference in code size and speed is either
  24. nonexistant or minimal at best.
  25.  
  26. IMHO, the extra braces are DEFINATELY worth the extra
  27. effort, particularly when sharing code.
  28.  
  29. -->VPutz
  30.  
  31.